vendor/golang.org/x/net/http2/hpack.Decoder.emitEnabled (field)
6 uses
vendor/golang.org/x/net/http2/hpack (current package)
hpack.go#L83: emitEnabled bool // whether calls to emit are enabled
hpack.go#L105: emitEnabled: true,
hpack.go#L140: func (d *Decoder) SetEmitEnabled(v bool) { d.emitEnabled = v }
hpack.go#L144: func (d *Decoder) EmitEnabled() bool { return d.emitEnabled }
hpack.go#L361: wantStr := d.emitEnabled || it.indexed()
hpack.go#L392: if d.emitEnabled {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)